type runtime.memRecord
11 uses
runtime (current package)
mprof.go#L29: profMemFutureLock [len(memRecord{}.future)]mutex
mprof.go#L87: type memRecord struct {
mprof.go#L179: const mProfCycleWrap = uint32(len(memRecord{}.future)) * (2 << 24)
mprof.go#L234: size += unsafe.Sizeof(memRecord{})
mprof.go#L257: func (b *bucket) mp() *memRecord {
mprof.go#L262: return (*memRecord)(data)
mprof.go#L389: index := cycle % uint32(len(memRecord{}.future))
mprof.go#L428: index := cycle % uint32(len(memRecord{}.future))
mprof.go#L448: index := (mProfCycle.read() + 2) % uint32(len(memRecord{}.future))
mprof.go#L470: index := (mProfCycle.read() + 1) % uint32(len(memRecord{}.future))
mprof.go#L1016: index := cycle % uint32(len(memRecord{}.future))
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |